text: Respect no-emoji hint fully
authorMatthias Clasen <mclasen@redhat.com>
Sun, 21 Aug 2022 20:29:41 +0000 (16:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 21 Aug 2022 20:31:14 +0000 (16:31 -0400)
commit13f8eeb3ee679d13c98c68f035f41d5e780e71ed
tree03621af4a46199a297a0f75a4bffdfb1b21c5fdb
parent3a8e45963f6463743d5b00d130a21b7ec2ff3616
text: Respect no-emoji hint fully

We were disabling the insert-emoji action when the
no-emoji input hint is set, but the Ctrl-. shortcut
was bypassing the action and kept working. Make
the shortcut activate the action instead.

Fixes: #5123
gtk/gtktext.c